home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / util / libs / type1beta5.lha / type1 / src / globals.c < prev    next >
C/C++ Source or Header  |  1994-12-17  |  1KB  |  52 lines

  1. #ifndef T1GST
  2. #include "global.h"
  3. #endif
  4.  
  5. /* amishmalloc.c */
  6. void *AmishPool = NULL;
  7. void *AmishPool2 = NULL;
  8.  
  9. /* fontfcn.c */
  10. char CurFontName[120];
  11. char *CurFontEnv;
  12. char *vm_base = NULL;
  13. psfont *FontP = NULL;
  14. psfont TheCurrentFont;
  15.  
  16. /* hints.c */
  17. struct oldhintstruct oldHint[MAXLABEL];
  18.  
  19. /* paths.c */
  20. //struct segment movetemplate = {MOVETYPE, 0, 1, sizeof(struct segment), 0, NULL, NULL, 0, 0};
  21.  
  22. /* readfont.c */
  23. //#define MAXEDGE 1000
  24. //pel workedge[MAXEDGE];
  25. //pel *currentworkarea = workedge;
  26. //pel currentsize = MAXEDGE;
  27.  
  28. /* scanfont.c */
  29. //psobj *StdEncArrayP;
  30. //psobj *ISOLatin1EncArrayP;
  31.  
  32. /* spaces.c */
  33. //unsigned int SpaceID = 1;
  34. //struct XYspace identity =
  35. //{
  36. //    SPACETYPE,
  37. //    ISPERMANENT(ON) + ISIMMORTAL(ON) + HASINVERSE(ON), 2, /* added 3-26-91 PNM */
  38. //    NULL, NULL,
  39. //    NULL, NULL, NULL, NULL,
  40. //    INVALIDID + 1, 0,
  41. //    FRACTFLOAT, 0.0, 0.0, FRACTFLOAT,
  42. //    1.0 / FRACTFLOAT, 0.0, 0.0, 1.0 / FRACTFLOAT,
  43. //    0, 0, 0, 0
  44. //};
  45. //struct XYspace *IDENTITY = &identity;
  46.  
  47. //#define MAXCONTEXTS 16
  48. //struct doublematrix contexts[MAXCONTEXTS];
  49.  
  50. //struct XYspace *USER;
  51.  
  52.